home *** CD-ROM | disk | FTP | other *** search
/ Big Cock 7 / Big Cock 7 - Disc 1.iso / pc / b / b4.dxr / 00086.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  287 b   |  11 lines

  1. on exitFrame
  2.   global oldw, noww, thepictframe
  3.   openResFile("curs.res")
  4.   puppetSprite(9, 1)
  5.   set the movieTime of sprite 9 to random(20) * 2
  6.   set thepictframe to the movieTime of sprite 9 / 2
  7.   set the visible of sprite 9 to 1
  8.   set oldw to the width of sprite 9
  9.   updateStage()
  10. end
  11.